home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 05d.dir / 00051.ls < prev    next >
Encoding:
Text File  |  1999-04-27  |  512 b   |  25 lines

  1. cursor(-1)
  2. repeat with i = 5 to 7
  3.   set the cursor of sprite i to 3
  4. end repeat
  5. repeat with i = 15 to 17
  6.   set the cursor of sprite i to 3
  7. end repeat
  8. repeat with i = 30 to 31
  9.   set the cursor of sprite i to 3
  10. end repeat
  11. repeat with i = 47 to 48
  12.   set the cursor of sprite i to 3
  13. end repeat
  14. if rollOver(9) then
  15.   set the visible of sprite 12 to 1
  16. else
  17.   set the visible of sprite 12 to 0
  18. end if
  19. if rollOver(10) then
  20.   set the visible of sprite 13 to 1
  21. else
  22.   set the visible of sprite 13 to 0
  23. end if
  24. go(the frame)
  25.